Nearly all data shown here is from the South Africa National Institue for Communicable Diseases (NICD), but it is accessed through different channels. Cases, deaths, and testing data are retrieved from Our World in Data on GitHub via Johns Hopkins and NICD. Hospitalization data and provincial data are retrieved from from the Data Science for Social Impact Research Group @ University of Pretoria, Coronavirus COVID-19 (2019-nCoV) Data Repository for South Africa. Available on: https://github.com/dsfsi/covid19za. Many thanks to all who have worked to collect this data and make it publicly accessible.

I display data since the beginning of 2021. Dashed lines indicate the date (Nov 25, 2021) when the Omicron variant was announced by NICD. My processing and analysis code can be found here.

Cases

The line chart below shows the weekly growth multiplier of seven-day average cases. Values over 1 indicate case growth, while values under 1 mean case decline. For example, a 2.0 growth multiplier would mean cases are twice as high as the week before (rising); 0.5 would mean that they are only half as high (falling). Dots show daily values compared to seven days earlier.

Deaths

Percentage of peak values This charts display the 7-day average for deaths (black) and cases (orange) over time, expressed as the percentage of the all-time high values reached in summer 2021. Deaths are lagged by 17 days, the observed gap between the peak of cases and the peak of deaths for South Africa as a whole during the summer of 2021 (Delta wave). It is designed to explore differences in disease severity over time.

Case fatality rate This chart displays the 7-day average for deaths (lagged 17 days) divided by the 7-day average for cases. The lag reflects the observed gap between the peak of cases and the peak of deaths during the summer of 2021 (Delta wave). The chart includes a loess smoothing.

Testing and Positivity

Positive rate reflects the 7-day average for new reported cases divided by the 7-day average for new reported tests. When data from JHU/Our World in Data lags reported data, I instead use figures from Data Science for Social Impact Research Group (DSFSI) @ University of Pretoria via GitHub that include data on cumulative tests from NICD press releases. Provincial weekly positive rates are also from NSFSI.

The chart below displays weekly positivity rates for South Africa and Gauteng province reported by NICD and catalogued by DSFSI. Past weeks may be updated as more test results are reported.

Hospitals

Data from Data Science for Social Impact Research Group (DSFSI) @ University of Pretoria via GitHub. Presented first for South Africa as a whole and then for Gauteng Province specifically. DSFSI catalogs hospitalization data reported by NICD’s daily DATCOV hospital surveillance reports.

Percentage of Peak Values Case and hospitalization metrics (seven-day averages) over time as percentage of peak values for South Africa. No lags are applied. The gray area chart shows the progression of cases over time, while the lines show hospitalization metrics.

Data Table (JHU)

var date total weekday new avg_7day
cases 2022-01-10 3528463 Monday 2409 7564.4286
cases 2022-01-11 3534131 Tuesday 5668 7220.1429
cases 2022-01-12 3540891 Wednesday 6760 6599.2857
cases 2022-01-13 3546808 Thursday 5917 6036.2857
cases 2022-01-14 3552043 Friday 5235 5461.4286
cases 2022-01-15 3556633 Saturday 4590 5008.7143
cases 2022-01-16 3559292 Sunday 2659 4748.2857
cases 2022-01-17 3560921 Monday 1629 4636.8571
deaths 2022-01-10 92530 Monday 77 174.0000
deaths 2022-01-11 92649 Tuesday 119 171.1429
deaths 2022-01-12 92830 Wednesday 181 181.2857
deaths 2022-01-13 92989 Thursday 159 125.2857
deaths 2022-01-14 93117 Friday 128 123.5714
deaths 2022-01-15 93278 Saturday 161 129.5714
deaths 2022-01-16 93364 Sunday 86 130.1429
deaths 2022-01-17 93451 Monday 87 131.5714





This website was created using R Markdown.